home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_no.java < prev    next >
Text File  |  1998-09-22  |  7KB  |  186 lines

  1. /*
  2.  * @(#)LocaleElements_no.java    1.8 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_no extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "no_NO_B" }, // locale id based on iso codes
  57.             { "LocaleID", "0414" }, // Windows id
  58.             { "ShortLanguage", "nor" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "NOR" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "no", "norsk (bokm\u00e5l)" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "NO", "Norge" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "januar", // january
  73.                     "februar", // february
  74.                     "mars", // march
  75.                     "april", // april
  76.                     "mai", // may
  77.                     "juni", // june
  78.                     "juli", // july
  79.                     "august", // august
  80.                     "september", // september
  81.                     "oktober", // october
  82.                     "november", // november
  83.                     "desember", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "jan", // abb january
  90.                     "feb", // abb february
  91.                     "mar", // abb march
  92.                     "apr", // abb april
  93.                     "mai", // abb may
  94.                     "jun", // abb june
  95.                     "jul", // abb july
  96.                     "aug", // abb august
  97.                     "sep", // abb september
  98.                     "okt", // abb october
  99.                     "nov", // abb november
  100.                     "des", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "s\u00f8ndag", // Sunday
  107.                     "mandag", // Monday
  108.                     "tirsdag", // Tuesday
  109.                     "onsdag", // Wednesday
  110.                     "torsdag", // Thursday
  111.                     "fredag", // Friday
  112.                     "l\u00f8rdag" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "s\u00f8", // abb Sunday
  118.                     "ma", // abb Monday
  119.                     "ti", // abb Tuesday
  120.                     "on", // abb Wednesday
  121.                     "to", // abb Thursday
  122.                     "fr", // abb Friday
  123.                     "l\u00f8" // abb Saturday
  124.                 }
  125.             },
  126.             { "NumberPatterns",
  127.                 new String[] {
  128.                     "#,##0.###;-#,##0.###", // decimal pattern
  129.                     "kr #,##0.00;kr -#,##0.00", // currency pattern
  130.                     "#,##0%" // percent pattern
  131.                 }
  132.             },
  133.             { "NumberElements",
  134.                 new String[] {
  135.                     ",", // decimal separator
  136.                     "\u00a0", // group (thousands) separator
  137.                     ";", // list separator
  138.                     "%", // percent sign
  139.                     "0", // native 0 digit
  140.                     "#", // pattern digit
  141.                     "-", // minus sign
  142.                     "E", // exponential
  143.                     "\u2030", // per mille
  144.                     "\u221e", // infinity
  145.                     "\ufffd" // NaN
  146.                 }
  147.             },
  148.             { "CurrencyElements",
  149.                 new String[] {
  150.                     "kr", // local currency symbol
  151.                     "NOK", // intl currency symbol
  152.                     "," // monetary decimal separator
  153.                 }
  154.             },
  155.             { "DateTimePatterns",
  156.                 new String[] {
  157.                     "'kl 'HH.mm z", // full time pattern
  158.                     "HH:mm:ss z", // long time pattern
  159.                     "HH:mm:ss", // medium time pattern
  160.                     "HH:mm", // short time pattern
  161.                     "d. MMMM yyyy", // full date pattern
  162.                     "d. MMMM yyyy", // long date pattern
  163.                     "dd.MMM.yy", // medium date pattern
  164.                     "dd.MM.yy", // short date pattern
  165.                     "{1} {0}" // date-time pattern
  166.                 }
  167.             },
  168.             { "DateTimeElements",
  169.                 new String[] {
  170.                     "2", // first day of week
  171.                     "4" // min days in first week
  172.                 }
  173.             },
  174.             { "CollationElements",
  175.                 "& Z < \u00e6, \u00c6 " +    // z < z-caron
  176.                 " < a\u0308, A\u0308" +      // nt : a-umlaut
  177.                 "< \u00f8, \u00d8 < o\u0308, O\u0308" + // nt : o-stroke < o-umlaut
  178.                 "< o\u030b, O\u030b " +      // nt : o-double-acute
  179.                 "< a\u030a, A\u030a" +       // nt : a-ring
  180.                 ", aa , aA , Aa , AA " +         // tal : aa ligature sorts after a-ring
  181.                 " & V, w, W "
  182.             }
  183.         };
  184.     }
  185. }
  186.